From: Vladimir Ermakov Date: Sun, 20 Jul 2025 09:21:25 +0000 (+0200) Subject: python: adjust with glibc and libcrypt-compat X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=7c289ead14dbc1e5e34bfe97a0cf4b77f0e26dfb;p=feed%2Fpackages.git python: adjust with glibc and libcrypt-compat Fix #27012 Signed-off-by: Vladimir Ermakov --- diff --git a/lang/python/python3/Makefile b/lang/python/python3/Makefile index 0090464511..944e94180a 100644 --- a/lang/python/python3/Makefile +++ b/lang/python/python3/Makefile @@ -11,7 +11,7 @@ include $(TOPDIR)/rules.mk include ../python3-version.mk PKG_NAME:=python3 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_VERSION:=$(PYTHON3_VERSION).$(PYTHON3_VERSION_MICRO) PKG_SOURCE:=Python-$(PKG_VERSION).tar.xz @@ -96,7 +96,7 @@ endef define Package/python3-light $(call Package/python3/Default) TITLE+= light installation - DEPENDS:=+python3-base +libbz2 +zlib + DEPENDS:=+python3-base +libbz2 +zlib +USE_GLIBC:libcrypt-compat endef define Package/python3-light/config